header .top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9; }

header .top .topContainer nav .navContainer > ul > li ul {
  overflow: hidden;
    position: absolute;
    top: 86px;
    text-align: left;
    display: none; }

header .top .topContainer nav .navContainer > ul > li ul li {
  display: inline-block;
  margin-right: 32px;
  line-height: 52px; }

header .top .topContainer nav .navContainer > ul > li ul li a {
  display: block;
  height: 100%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  position: relative; }
header .top .topContainer nav .navContainer > ul > li ul li a:after{
  position: absolute;
  top: 48px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: white;
  transition: width 0.5s ease;
}  
  

@media only screen and (min-width: 1025px) {
  header .top .topContainer .rightSide .close {
    display: none; }
    header .top .topContainer nav .navContainer > ul > li ul.shownav {
    display: block;
    opacity: 1;
    z-index: 99;
    }  
    header nav .navContainer > ul > li ul.shownav{
        display: block !important;
    min-height: 52px;
    }
    header .top .topContainer nav .navContainer > ul > li ul li:hover a{
    color: rgba(255, 255, 255, 1);
  }
  header .top .topContainer nav .navContainer > ul > li ul li:hover a:after{
    width: 100%;
  } }
@media only screen and (max-width: 1024px) {
  .warp {
    position: relative;
    overflow: hidden; }

  header .top .topContainer .rightSide .close {
    display: block;
    float: right;
    cursor: pointer;
    opacity: 0.75; }

  header .top .topContainer .rightSide .close img {
    display: block;
    margin: 10px auto;
    width: 20px; }

  header .top .topContainer .rightSide .search.col-md-4 {
    display: none; }

  header .top .topContainer {
    position: absolute;
    top: 0;
    right: -375px;
    background: white;
    width: 85%;
    max-width: 375px;
    -moz-transition: right 500ms;
    -o-transition: right 500ms;
    -webkit-transition: right 500ms;
    transition: right 500ms;
    height: 50000px;
    padding: 16px;
    z-index: 999; }
    header .top .topContainer nav {
      width: 100%;
      margin-left: 0;
      overflow: hidden;
      height: auto; }
      header .top .topContainer nav .navContainer > ul {
        width: 100%; }
        header .top .topContainer nav .navContainer > ul > li {
          font-size: 16px;
          display: block;
          position: relative;
          top: 0;
          width: 100%;
          vertical-align: top;
          opacity: 0;
          transition: all .3s;
          overflow: hidden;
          float: none;
          height: auto;
          line-height: 50px; }
          header .top .topContainer nav .navContainer > ul > li > a {
            padding: 28px 0 15px 0;
            display: block;
            border-bottom: 1px solid #ddd;
            text-align: center;
            color: #3c3c3c;
            font-size: 20px;
            text-decoration: none; }

  header .top .topContainer nav .navContainer > ul > li .showMore {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 32px;
    right: 0;
    cursor: pointer;
    background: url(../images/minus.svg) no-repeat center;
    background-size: 14px 14px;
    z-index: 99; }

  header .top .topContainer nav .navContainer > ul > li .showMore.minus {
    background: url(../images/minus.svg) no-repeat center;
    background-size: 14px 14px; }

  header .top .topContainer nav .navContainer > ul > li .showMore.plus {
    background: url(../images/plus.svg) no-repeat center;
    background-size: 14px 14px; }

  header .top .topContainer nav .navContainer > ul > li.minus > a {
    color: #41B2DA;
    font-weight: 600; }

  header .top .topContainer.show {
    right: 0; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(1) {
    animation: showNavLi 0.5s ease-out 0.5s 1 forwards; }

  header .top .topContainer nav .navContainer > ul > li ul {
    opacity: 1;
    position: static;
    width: 80% !important;
    margin: 0 auto;
    height: auto;
    text-align: left !important; }

  header .top .topContainer nav .navContainer > ul > li ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }

  header .top .topContainer nav .navContainer > ul > li ul li a {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #333; }

  .phoneGg {
    position: fixed;
    width: 100%;
    min-height: 100%;
    z-index: 3;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    display: none; }

  .phoneGg.show {
    display: block;
    height: 5000px; }

  @-webkit-keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0); }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100); } }
  @keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0); }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100); } }
  @-moz-keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0); }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100); } }
  @-o-keyframes showNavLi {
    0% {
      top: 104px;
      opacity: 0;
      filter: Alpha(opacity=0); }
    100% {
      top: 0;
      opacity: 1;
      filter: Alpha(opacity=100); } }
  header .top .topContainer.show nav .navContainer > ul > li:nth-child(1) {
    animation: showNavLi 0.5s ease-out 0.5s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(2) {
    animation: showNavLi 0.5s ease-out 0.6s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(3) {
    animation: showNavLi 0.5s ease-out 0.7s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(4) {
    animation: showNavLi 0.5s ease-out 0.8s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(5) {
    animation: showNavLi 0.5s ease-out 0.9s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(6) {
    animation: showNavLi 0.5s ease-out 1.0s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li:nth-child(7) {
    animation: showNavLi 0.5s ease-out 1.1s 1 forwards; }

  header .top .topContainer.show nav .navContainer > ul > li.hasShow {
    top: 0;
    opacity: 1;
    filter: Alpha(opacity=100); } }

/*# sourceMappingURL=menu.css.map */
